projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6f130
)
(rassoc): Definition deleted.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Aug 1995 18:15:26 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Aug 1995 18:15:26 +0000
(18:15 +0000)
lisp/emacs-lisp/cl-seq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-seq.el
b/lisp/emacs-lisp/cl-seq.el
index bdb715089230a29a3738a210a8d92e2618b6bdcc..545f4f4e7e6e1796cf21db40a0f92fe30a8112e4 100644
(file)
--- a/
lisp/emacs-lisp/cl-seq.el
+++ b/
lisp/emacs-lisp/cl-seq.el
@@
-695,8
+695,6
@@
Keywords supported: :test :test-not :key"
(and cl-alist (car cl-alist)))
(rassq cl-item cl-alist)))
-(defun rassoc (item alist) (rassoc* item alist ':test 'equal))
-
(defun rassoc-if (cl-pred cl-list &rest cl-keys)
"Find the first item whose cdr satisfies PREDICATE in LIST.
Keywords supported: :key"